home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDCheck 3.0.0.27 / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  2002-02-21  |  10KB  |  443 lines

  1. object FrmOptions: TFrmOptions
  2.   Left = 400
  3.   Top = 369
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Options'
  7.   ClientHeight = 297
  8.   ClientWidth = 466
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object PageControl1: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 466
  27.     Height = 270
  28.     ActivePage = TabGeneral
  29.     Align = alClient
  30.     HotTrack = True
  31.     Style = tsFlatButtons
  32.     TabOrder = 0
  33.     object TabGeneral: TTabSheet
  34.       Caption = 'General'
  35.       object GLSaveHistory: TLabel
  36.         Left = 8
  37.         Top = 8
  38.         Width = 133
  39.         Height = 13
  40.         Caption = 'No. of item to save in history'
  41.       end
  42.       object GLMinSize: TLabel
  43.         Left = 8
  44.         Top = 172
  45.         Width = 116
  46.         Height = 13
  47.         Caption = 'Clean read min. size [kB]'
  48.       end
  49.       object GLDefCRCDir: TLabel
  50.         Left = 8
  51.         Top = 198
  52.         Width = 102
  53.         Height = 13
  54.         Caption = 'Default CRC directory'
  55.       end
  56.       object GBtnBrDone: TSpeedButton
  57.         Left = 424
  58.         Top = 192
  59.         Width = 17
  60.         Height = 21
  61.         Caption = '...'
  62.         OnClick = GBtnBrDoneClick
  63.       end
  64.       object GCUnicodeCSV: TCheckBox
  65.         Left = 8
  66.         Top = 40
  67.         Width = 400
  68.         Height = 17
  69.         Caption = 'Save CSV file in Unicode format'
  70.         TabOrder = 0
  71.       end
  72.       object GCEjectSrcOnDone: TCheckBox
  73.         Left = 8
  74.         Top = 80
  75.         Width = 400
  76.         Height = 17
  77.         Caption = 'Eject source when process is completed'
  78.         Checked = True
  79.         State = cbChecked
  80.         TabOrder = 2
  81.       end
  82.       object GCShowResults: TCheckBox
  83.         Left = 8
  84.         Top = 60
  85.         Width = 400
  86.         Height = 17
  87.         Caption = 'Show results window'
  88.         Checked = True
  89.         State = cbChecked
  90.         TabOrder = 1
  91.       end
  92.       object GEMinSize: TEdit
  93.         Left = 224
  94.         Top = 168
  95.         Width = 121
  96.         Height = 21
  97.         TabOrder = 3
  98.         Text = '100'
  99.       end
  100.       object GCCalcSize: TCheckBox
  101.         Left = 8
  102.         Top = 100
  103.         Width = 400
  104.         Height = 17
  105.         Caption = 'Calculate total size before processing'
  106.         Checked = True
  107.         State = cbChecked
  108.         TabOrder = 4
  109.       end
  110.       object GCSkipSetup: TCheckBox
  111.         Left = 8
  112.         Top = 120
  113.         Width = 400
  114.         Height = 17
  115.         Caption = 'Skip process setup'
  116.         TabOrder = 5
  117.       end
  118.       object GESaveHistory: TEdit
  119.         Left = 224
  120.         Top = 6
  121.         Width = 121
  122.         Height = 21
  123.         TabOrder = 6
  124.         Text = '15'
  125.       end
  126.       object GCIdlePriority: TCheckBox
  127.         Left = 8
  128.         Top = 140
  129.         Width = 400
  130.         Height = 17
  131.         Caption = 'Run process in idle priority'
  132.         Checked = True
  133.         State = cbChecked
  134.         TabOrder = 7
  135.       end
  136.       object GEDefCRCDir: TEdit
  137.         Left = 224
  138.         Top = 192
  139.         Width = 201
  140.         Height = 21
  141.         TabOrder = 8
  142.       end
  143.     end
  144.     object TabLook: TTabSheet
  145.       Caption = 'Layout'
  146.       ImageIndex = 1
  147.       object LRGStat: TRadioGroup
  148.         Left = 8
  149.         Top = 0
  150.         Width = 177
  151.         Height = 57
  152.         Caption = 'Statistics'
  153.         Font.Charset = DEFAULT_CHARSET
  154.         Font.Color = clWindowText
  155.         Font.Height = -11
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = []
  158.         ItemIndex = 0
  159.         Items.Strings = (
  160.           'Full stats'
  161.           'Quick stats')
  162.         ParentFont = False
  163.         TabOrder = 0
  164.         OnClick = LRefresh
  165.       end
  166.       object LRGPos: TRadioGroup
  167.         Left = 8
  168.         Top = 64
  169.         Width = 177
  170.         Height = 57
  171.         Caption = 'Button position'
  172.         Font.Charset = DEFAULT_CHARSET
  173.         Font.Color = clWindowText
  174.         Font.Height = -11
  175.         Font.Name = 'MS Sans Serif'
  176.         Font.Style = []
  177.         ItemIndex = 0
  178.         Items.Strings = (
  179.           'Top'
  180.           'Left')
  181.         ParentFont = False
  182.         TabOrder = 1
  183.         OnClick = LRefresh
  184.       end
  185.       object LRGFTIcons: TRadioGroup
  186.         Left = 200
  187.         Top = 0
  188.         Width = 257
  189.         Height = 73
  190.         Caption = 'File Tree icons'
  191.         Font.Charset = DEFAULT_CHARSET
  192.         Font.Color = clWindowText
  193.         Font.Height = -11
  194.         Font.Name = 'MS Sans Serif'
  195.         Font.Style = []
  196.         ItemIndex = 1
  197.         Items.Strings = (
  198.           'Use CDCheck custom icons (fastest)'
  199.           'Use system icons for folders only'
  200.           'Use system icons for everything')
  201.         ParentFont = False
  202.         TabOrder = 2
  203.         OnClick = LRGFTIconsClick
  204.       end
  205.     end
  206.     object TabDeviceAccess: TTabSheet
  207.       Caption = 'Device access'
  208.       ImageIndex = 2
  209.       TabVisible = False
  210.       object Label2: TLabel
  211.         Left = 8
  212.         Top = 0
  213.         Width = 117
  214.         Height = 13
  215.         Caption = 'CD-ROM access options'
  216.       end
  217.       object DALblSPTISupp: TLabel
  218.         Left = 176
  219.         Top = 16
  220.         Width = 47
  221.         Height = 13
  222.         Caption = 'supported'
  223.       end
  224.       object DALblASPISupp: TLabel
  225.         Left = 176
  226.         Top = 36
  227.         Width = 47
  228.         Height = 13
  229.         Caption = 'supported'
  230.       end
  231.       object DAChkSPTI: TCheckBox
  232.         Left = 8
  233.         Top = 16
  234.         Width = 150
  235.         Height = 17
  236.         Caption = 'use SPTI access'
  237.         TabOrder = 0
  238.         Visible = False
  239.       end
  240.       object DAChkASPI: TCheckBox
  241.         Left = 8
  242.         Top = 36
  243.         Width = 150
  244.         Height = 17
  245.         Caption = 'use ASPI access'
  246.         TabOrder = 1
  247.         Visible = False
  248.       end
  249.       object DAShow: TButton
  250.         Left = 8
  251.         Top = 72
  252.         Width = 161
  253.         Height = 25
  254.         Caption = 'Show supported access types'
  255.         TabOrder = 2
  256.         OnClick = DAShowClick
  257.       end
  258.     end
  259.     object TabSheet1: TTabSheet
  260.       Caption = 'Buffers'
  261.       ImageIndex = 3
  262.       object BLCRCRead: TLabel
  263.         Left = 8
  264.         Top = 4
  265.         Width = 140
  266.         Height = 13
  267.         Hint = 
  268.           'Size of data to read at once from device '#13#10'and initial size of b' +
  269.           'uffer to hold that data'#13#10'for reading CRC files.'#13#10'Initial size be' +
  270.           'cause buffer size grows '#13#10'according to line length if necessary.'
  271.         Caption = 'CRC file device read size [kB]'
  272.       end
  273.       object BLDevRead: TLabel
  274.         Left = 8
  275.         Top = 28
  276.         Width = 101
  277.         Height = 13
  278.         Hint = 
  279.           'Size of data to read at once from device '#13#10'into buffer for all p' +
  280.           'rocesses.'
  281.         Caption = 'Device read size [kB]'
  282.       end
  283.       object BLCircBuf: TLabel
  284.         Left = 8
  285.         Top = 52
  286.         Width = 108
  287.         Height = 13
  288.         Hint = 'Circular buffer used for caching reading from disk.'
  289.         Caption = 'Circular buffer size [kB]'
  290.       end
  291.       object BLBufferNote: TLabel
  292.         Left = 8
  293.         Top = 80
  294.         Width = 183
  295.         Height = 13
  296.         Caption = '(Note: all buffers will be aligned to 8kB)'
  297.       end
  298.       object BECRCRead: TEdit
  299.         Left = 200
  300.         Top = 0
  301.         Width = 121
  302.         Height = 21
  303.         TabOrder = 0
  304.         Text = '100'
  305.       end
  306.       object BEDevRead: TEdit
  307.         Left = 200
  308.         Top = 24
  309.         Width = 121
  310.         Height = 21
  311.         TabOrder = 1
  312.         Text = '1024'
  313.       end
  314.       object BECircBuf: TEdit
  315.         Left = 200
  316.         Top = 48
  317.         Width = 121
  318.         Height = 21
  319.         TabOrder = 2
  320.         Text = '2048'
  321.       end
  322.     end
  323.     object TabSheet2: TTabSheet
  324.       Caption = 'Debug'
  325.       ImageIndex = 4
  326.       TabVisible = False
  327.       object Label7: TLabel
  328.         Left = 8
  329.         Top = 4
  330.         Width = 89
  331.         Height = 13
  332.         Caption = 'Debug output path'
  333.       end
  334.       object Edit5: TEdit
  335.         Left = 184
  336.         Top = 0
  337.         Width = 241
  338.         Height = 21
  339.         TabOrder = 0
  340.         Text = 'Edit1'
  341.         Visible = False
  342.       end
  343.     end
  344.     object TabSheet3: TTabSheet
  345.       Caption = 'Sounds'
  346.       ImageIndex = 5
  347.       object SLDone: TLabel
  348.         Left = 8
  349.         Top = 4
  350.         Width = 81
  351.         Height = 13
  352.         Caption = 'On process done'
  353.       end
  354.       object SL1stError: TLabel
  355.         Left = 8
  356.         Top = 26
  357.         Width = 57
  358.         Height = 13
  359.         Caption = 'On first error'
  360.       end
  361.       object SBtnBrDone: TSpeedButton
  362.         Left = 424
  363.         Top = 0
  364.         Width = 17
  365.         Height = 21
  366.         Caption = '...'
  367.         OnClick = SBtnBrDoneClick
  368.       end
  369.       object SBtnBr1stError: TSpeedButton
  370.         Left = 424
  371.         Top = 24
  372.         Width = 17
  373.         Height = 21
  374.         Caption = '...'
  375.         OnClick = SBtnBr1stErrorClick
  376.       end
  377.       object SEDone: TEdit
  378.         Left = 184
  379.         Top = 0
  380.         Width = 241
  381.         Height = 21
  382.         TabOrder = 0
  383.       end
  384.       object SE1stError: TEdit
  385.         Left = 184
  386.         Top = 24
  387.         Width = 241
  388.         Height = 21
  389.         TabOrder = 1
  390.       end
  391.     end
  392.   end
  393.   object Panel3: TPanel
  394.     Left = 0
  395.     Top = 270
  396.     Width = 466
  397.     Height = 27
  398.     Align = alBottom
  399.     BevelOuter = bvNone
  400.     TabOrder = 1
  401.     object BtnCancel: TSpeedButton
  402.       Left = 309
  403.       Top = 2
  404.       Width = 73
  405.       Height = 22
  406.       Anchors = [akTop, akRight]
  407.       Caption = '<< Cancel'
  408.       Flat = True
  409.       Font.Charset = DEFAULT_CHARSET
  410.       Font.Color = 4210816
  411.       Font.Height = -11
  412.       Font.Name = 'MS Sans Serif'
  413.       Font.Style = []
  414.       ParentFont = False
  415.       OnClick = BtnCancelClick
  416.     end
  417.     object BtnOK: TSpeedButton
  418.       Left = 387
  419.       Top = 2
  420.       Width = 73
  421.       Height = 22
  422.       Anchors = [akTop, akRight]
  423.       Caption = 'Continue >>'
  424.       Flat = True
  425.       Font.Charset = DEFAULT_CHARSET
  426.       Font.Color = 8421440
  427.       Font.Height = -11
  428.       Font.Name = 'MS Sans Serif'
  429.       Font.Style = []
  430.       ParentFont = False
  431.       OnClick = BtnOKClick
  432.     end
  433.   end
  434.   object DlgLoad: TOpenDialog
  435.     DefaultExt = '.wav'
  436.     Filter = 'Wave audio format (.wav)|*.wav'
  437.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  438.     Title = 'Wave audio selection'
  439.     Left = 408
  440.     Top = 146
  441.   end
  442. end
  443.